﻿.bannerImg {
    background-position: center;
}

.doots {
    display: flex;
    justify-content: space-around;
    height: 60px;
    align-content: space-around;
    position: relative;
    background-image: linear-gradient(90deg, #fff 40%, #021f59 40%);
    padding: 0;
}

.colPrin {
    padding-right: 0px;
    padding-left: 0px;
}

.tabs_menu {
    overflow-x: hidden;
}

.tab_color {
    background-color: #021f59;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.nav-pills li {
    width: 270px;
    background-color: #021f59;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1%;
}

.nav-pills li:first-child {
    background-color: #fff;
    position: relative;
}

.nav-pills li:first-child:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 27px solid #fff;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    right: -27px;
}

.nav-pills a h4 {
    color: #fff;
    position: relative;
    font-family: 'Mohr-Medium';
    font-size: 1rem;
    text-align: center;
    margin: 0px;
}

.nav-pills a.active h4,
.nav-pills .txt-fixo {
    color: #00bf44;
}

.nav-pills a.active .txt-fixo::after,
.nav-pills a.active .txt-inativo::after {
    content: '';
    width: 110%;
    height: 4px;
    position: absolute;
    left: 50%;
    background-color: #00bf44;
    transform: translate(-50%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.nav-pills a.active .txt-fixo::after {
    bottom: -11px;
    width: 70%;
}

.nav-pills a.active .txt-inativo::after {
    bottom: -20px;
}


/*fim CSS tabs*/
div#pills-tabContent {
    overflow: hidden;
}

.introducao {
    width: 100%;
    padding: 6%;
}

.introducao .row {
    align-items: center;
}

.introducao-cols {
    color: #707070;
    text-align: left;
    font-size: 1rem;
    font-family: 'Mohr-Medium';
    list-style: 21px;
}

.introducao .introducao-cols .img-introducao {
    display: block;
    width: 100%;
    margin: auto;
}

.introducao-cols:nth-child(1) {
    padding: 0 5%;
}

.introducao_text a {
    color: #707070;
    text-decoration: underline;
}

.introducao_text a:hover {
    color: #707070;
    text-decoration: underline;
}

.tilt_energy {
    font-size: 3rem;
    text-align: center;
    line-height: 72px;
    letter-spacing: -0.48px;
    color: #00bf44;
    font-family: 'Mohr-ExtraLightIt';
}

.medicao {
    background-image: url('/es/Style Library/images/img-campo.png');
    height: auto;
    background-size: cover;
    background-position-y: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.medicao::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)),
        linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.medicao h4 {
    font-family: 'Mohr-BlackIt';
    font-size: 4rem;
    color: #ffffff;
}

.medicao .txt_gee div {
    font-family: 'Mohr-Medium';
    font-size: 1rem;
    line-height: 21px;
    color: #ffffff;
}

.medicao a:hover {
    color: #00bf44;
    border: 1px solid #00bf44;
    background-color: rgba(255, 255, 255, 0.2);
}

.txt_gee {
    position: sticky;
    margin-top: 40px;
}

.info_matriz {
    width: 100%;
}

.info_matriz_mobile {
    display: none;
}

.scroll_bar {
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
}

* {
    scrollbar-width: 0;
}

*::-webkit-scrollbar {
    background-color: transparent;
    width: 7px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background-color: #ddd;
    border: 2px solid #fff;
}

.btn_medicao {
    max-width: 380px;
    margin: 0 10px 10px 0;
    padding: 12px 10px;
    font-size: 11px;
    font-family: 'Mohr-Bold';
    border-radius: 30px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
}

.medicao .nav-tabs .nav-item.active {
    color: #00bf44;
    border: 1px solid #00bf44;
    background-color: rgba(255, 255, 255, 0.2);
}

.tabs {
    padding-top: 3%;
    display: flex;
    border-bottom: 0;
    width: 96%;
    margin: 50px auto 0;
    justify-content: center;
}

.tabs_scren {
    max-width: 80%;
}

.tabs_gestao {
    position: relative;
    bottom: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.medicao .nav-tabs {
    border-bottom: 0;
    width: 100%;
    margin: 50px auto 0;
    justify-content: center;
}

.water {
    background-color: #f5f5f5;
    padding: 3%;
}

.txt-water {
    font-size: 4.5rem;
    font-family: 'Mohr-BlackIt';
    color: #021f59;
    text-align: center;
    margin-bottom: 20px;
}

.txt_energy {
    font-size: 1rem;
    font-family: 'Mohr-Medium';
    color: #707070;
}

.txt_energy .a {
    color: #00bf44 !important;
}

.txt_energy a:hover {
    color: green !important;
    text-decoration: underline
}

/*tabelas CSS*/
table {
    width: 750px;
    border-collapse: collapse;
    margin: 50px auto;
}

th {
    background: #00bf44;
    color: white;
    font-weight: bold;
}

td {
    padding: 10px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    text-align: center;
    font-size: 11px;
    color: #021f59;
    font-family: 'Mohr-SemiBold';
}

th {
    padding: 10px;
    border: 1px solid #dddddd;
    text-align: center;
    font-size: 12px;
    font-family: 'Mohr-SemiBold';
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: inherit;
    border-top: 1px solid #dee2e6;
}

.dado_left {
    width: 225px;
}

.dado_center {
    width: 200px;
}

/*fim CSS tabelas*/
#bem-estar-animal-section-1,
#bem-estar-animal-section-5 {
    width: 100%;
    padding: 3%;
    background: linear-gradient(0deg, #ffffff 80%, #f5f5f5 100%);
}

#bem-estar-animal-section-1 .img-introducao-mobile {
    display: none;
}

#bem-estar-animal-section-4 {
    padding: 0 3%;
}

#bem-estar-animal-section-1 .img-introducao {
    width: 70%;
}

#bem-estar-animal-section-2 {
    width: 100%;
    padding: 3%;
    background: #ffffff;
}

.carnes {
    padding: 5%;
    background: linear-gradient(0deg, #ffffff 0%, #f5f5f5 100%);
}

.energy {
    padding: 5% 5% 1%;
    background-color: #f5f5f5;
}

.carnes .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.sombra {
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    transition: .5s;
}

.txt-botton {
    position: absolute;
    bottom: 100px;
    color: #fff;
    font-family: 'Mohr-Mediumlt';
    font-size: 1.125rem;
    text-align: center;
    padding: 0px 27px;
}

.tabs_gestao h5 {
    font-size: 4.5rem;
    text-align: left;
    line-height: 72px;
    letter-spacing: -0.72px;
    color: #00bf44;
    font-family: 'Mohr-BlackIt';
}

.tabs_gestao_txt {
    color: #ffffff;
    text-align: left;
    font-size: 1rem;
    font-family: 'Mohr-Medium';
}

.tabs_gestao_txt a {
    color: #fff;
    text-decoration: underline;
}

.tabs_gestao_txt a:hover {
    color: #fff;
    text-decoration: underline;
}

.img-introducao3 {
    position: absolute;
    left: calc(50% + 2em);
    top: calc(50% + 5em);
}

.carne_crua {
    background-image: url('/es/Style Library/images/imgenergia.png&quot;');
    height: 600px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: .3s;
    overflow: hidden;
}

.soja {
    position: relative;
    padding-bottom: 80px;
}

.soja::after {
    content: '';
    width: 32%;
    height: 13%;
    position: absolute;
    left: 0;
    background-image: url('/es/Style Library/images/recursos-naturais-img-footer.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.soja h4 {
    font-size: 5rem;
    text-align: end;
    line-height: 72px;
    letter-spacing: -0.72px;
    color: #021f59;
    font-family: 'Mohr-BlackIt';
    position: relative;
    margin-top: 36px;
}

.soja div {
    color: #707070;
    font-size: 1rem;
    font-family: 'Mohr-Medium';
}

.img_campo2 {
    position: relative;
    margin-top: 130px;
}

.table-responsive {
    display: inline-table;
    margin: 50px 0px;
}

.videoZ {
    display: block;
    margin: auto;
    width: 925px;
    height: 569px;
    border-radius: 6px;
}

.coluns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.coluns2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.coluns3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.coluns,
.coluns2,
.coluns3 p {
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    font-family: 'Mohr-Regular';
}

.coluns p::before {
    content: '';
    background-image: url("/es/Style Library/images/check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -25px;
}

.txt_check::before {
    content: '';
    background-image: url("/es/Style Library/images/check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -25px;
}

.txt_grid {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 2rem 0;
}

.txt_grid div {
    width: 90%;
    color: #021f59;
    font-size: 14px;
    text-align: left;
    font-family: 'Mohr-Mediumlt';
}

.txt_grid_description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2rem 0 1rem;
}

.txt_grid2 {
    grid-row: 1 / span 2;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #021f59;
    font-family: 'Mohr-Mediuml';
}

/*css controle de origemm*/
.compromisso {
    background-color: #fff;
    padding: 2% 3% 2% 4%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.compromisso-texto {
    width: 35%;
    font-family: 'Mohr-Medium';
    font-size: 1rem;
    color: #707070;
}

.cards-background {
    background-color: #aed7ec;
    background: linear-gradient(320deg, #aed7ec 79%, #ffffff 80%);
    width: 717px;
    height: 400px;
    position: absolute;
    right: 4.6%;
    z-index: 0;
    top: 25%;
    border-radius: 40px;
}

.cards-background::after {
    content: '';
    width: 200px;
    height: 400px;
    transform: skew(-7deg);
    -webkit-transform: skew(-7deg);
    -moz-transform: skew(-7deg);
    -o-transform: skew(-7deg);
    background: #aed7ec;
    border-radius: 47px;
    position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: 1;
}

.cards-background-top {
    background-color: #aed7ec;
    width: 674px;
    height: 100px;
    position: absolute;
    top: 20%;
    right: 4.7%;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 3px 16px;
    transform: rotate(175deg);
}

.cards-background-bottom {
    background-color: #aed7ec;
    width: 740px;
    height: 100px;
    position: absolute;
    bottom: 5%;
    right: 4.7%;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 3px 16px;
    transform: rotate(182deg);
}

.card-small {
    width: 367px;
    position: absolute;
    right: 32%;
    background-color: #f5f5f5;
    border-radius: 30px;
    z-index: 10;
    box-shadow: 10px 10px #0c0c0c17;
    top: 35%;
}

.card-small::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #f5f5f5;
    position: absolute;
    bottom: -25px;
    left: 20%;
    z-index: 1;
}

.card-small::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #0c0c0c17;
    position: absolute;
    bottom: -35px;
    left: 25%;
    z-index: 0;
}

.card-small-top {
    background-color: #f5f5f5;
    width: 365px;
    height: 100px;
    position: absolute;
    top: -6%;
    left: 2px;
    border: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 45px;
    transform: rotate(175deg);
    z-index: -1;
}

.small-box-text {
    padding: 10% 5%;
}

.small-box-text h2 {
    margin: 0 7px 25px;
    font-family: 'Mohr-Medium';
    font-size: 16px;
    font-weight: 600;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #021f59;
}

.small-box-text p {
    margin: 20px 0 30px;
    font-family: 'Mohr-Medium';
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #707070;
}

.small-box-text .btn-card-small {
    display: block;
    margin: auto;
    width: 277px;
    height: 40px;
    padding: 11px;
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    font-family: 'Mohr-Regular';
    font-size: 11px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.18;
    letter-spacing: normal;
    text-align: center;
    color: #00bf44;
}

.small-box-text .btn-card-small:hover {
    background-color: rgba(219, 219, 219, 0.4);
}

.small-box-text::-webkit-scrollbar {
    width: 5px;
}

.small-box-text::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 100px;
}

.small-box-text::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 100px;
}

.small-box-text::-webkit-scrollbar-thumb:hover {
    background: #c0c0c0;
}

.card-large {
    margin-right: 4%;
    height: 420px;
    width: 367px;
    background: #f5f5f5;
    border-top-left-radius: 17px;
    border-top-right-radius: 19px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 10px 10px #9dc2d5;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    margin-bottom: 2%;
}

.card-large::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #f5f5f5;
    position: absolute;
    bottom: -5%;
    right: 20%;
    z-index: 1;
}

.card-large::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #9dc2d5;
    position: absolute;
    bottom: -8%;
    right: 15%;
    z-index: 0;
}

.card-large-top {
    background-color: #f5f5f5;
    width: 366px;
    height: 100px;
    position: absolute;
    top: -28px;
    left: 0;
    border: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 45px;
    transform: rotate(175deg);
    z-index: -1;
}

.large-box-text {
    padding: 0;
    overflow-y: auto;
    height: 400px;
}

.large-box-text h2 {
    margin: 0 7px 20px;
    font-family: 'Mohr-Medium';
    font-size: 16px;
    text-align: center;
    color: #021f59;
}

.large-box-text p {
    margin: 20px 0 0;
    font-family: 'Mohr-Medium';
    font-size: 14px;
    text-align: center;
    color: #707070;
}

.large-box-text::-webkit-scrollbar {
    width: 5px;
}

.large-box-text::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 100px;
}

.large-box-text::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 100px;
}

.large-box-text::-webkit-scrollbar-thumb:hover {
    background: #c0c0c0;
}

.fornecimento {
    background: linear-gradient(0deg, #ffffff 80%, #f5f5f5 100%);
    padding: 5%;
}

.title-section-top {
    color: #00bf44;
    font-size: 4rem;
    font-family: 'Mohr-ExtraLightIt';
    text-align: center;
}

.title-section-bottom {
    width: 50%;
    margin: 0px auto;
    color: #021f59;
    text-align: center;
    font-size: 5rem;
    font-family: 'Mohr-BlackIt';
}

.text-section {
    width: 60%;
    margin: 40px auto;
    font-family: 'Mohr-Medium';
    font-size: 1rem;
    color: #707070;
}

.fornecimento-box {
    margin-top: 70px;
    overflow-x: hidden;
}

.fornecimento-box h3 {
    margin-right: 5%;
    color: #00bf44;
    font-family: 'Mohr-ExtraLightIt';
    font-size: 40px;
    text-align: right;
}

.box-item-right {
    display: flex;
    min-height: 165px;
    width: 80%;
    align-items: center;
    padding: 0 20px;
    border-right: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    position: relative;
    margin-bottom: 30px;
    position: relative;
}

.box-item-right::after {
    content: '';
    position: absolute;
    width: 35%;
    height: 164px;
    top: 0;
    left: -2px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom: none;
}

.box-item-right.first-item {
    margin-top: 40px;
}

.box-item-right .item-text {
    position: absolute;
    left: 150px;
    width: 90%;
}

.box-item-right .item-text h4 {
    color: #021f59;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Mohr-Bold';
}

.box-item-right .item-text p {
    color: #707070;
    font-family: 'Mohr-Regular';
    font-size: 1rem;
    text-align: left;
}

.box-item-left {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 80%;
    min-height: 180px;
    padding: 0 20px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-left: 0;
    border-top: 0;
    position: relative;
    margin: -100px 0 30px 20%;
    -webkit-justify-content: flex-end;
}

.box-item-left::after {
    content: '';
    width: 35%;
    height: 180px;
    top: 0;
    right: -1px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom: none;
    border-left: 0;
    position: absolute;
}

.box-item-left .item-text {
    position: absolute;
    right: 150px;
    width: 90%;
}

.box-item-left .item-text h4 {
    color: #021f59;
    text-align: right;
    font-size: 1rem;
    font-weight: bold;
    font-family: 'Mohr-Bold';
}

.box-item-left .item-text p {
    color: #707070;
    font-family: 'Mohr-Medium';
    font-size: 1rem;
    text-align: right;
}

/* cores das bordas dos itens */
.fornecimento-box .row .col-12:nth-of-type(2) .box-item-right {
    border-left: solid 2px #1f82d2;
    border-bottom: solid 2px #1f82d2;
}

.fornecimento-box .row .col-12:nth-of-type(2) .box-item-right::after {
    border-top: 2px solid #1f82d2;
    border-left: 2px solid #1f82d2;
}

.fornecimento-box .row .col-12:nth-of-type(3) .box-item-left {
    border-right: solid 2px #2eaae1;
    border-bottom: solid 2px #2eaae1;
}

.fornecimento-box .row .col-12:nth-of-type(3) .box-item-left::after {
    border-top: 2px solid #2eaae1;
    border-right: 2px solid #2eaae1;
}

.fornecimento-box .row .col-12:nth-of-type(4) .box-item-right {
    border-left: solid 2px #3ed7e1;
    border-bottom: solid 2px #3ed7e1;
}

.fornecimento-box .row .col-12:nth-of-type(4) .box-item-right::after {
    border-top: 2px solid #3ed7e1;
    border-left: 2px solid #3ed7e1;
}

.fornecimento-box .row .col-12:nth-of-type(5) .box-item-left {
    border-right: solid 2px #3ed2aa;
    border-bottom: solid 2px #3ed2aa;
}

.fornecimento-box .row .col-12:nth-of-type(5) .box-item-left::after {
    border-top: 2px solid #3ed2aa;
    border-right: 2px solid #3ed2aa;
}

.fornecimento-box .row .col-12:nth-of-type(6) .box-item-right {
    border-left: solid 2px #8cd26e;
    border-bottom: solid 2px #8cd26e;
}

.fornecimento-box .row .col-12:nth-of-type(6) .box-item-right::after {
    border-top: 2px solid #8cd26e;
    border-left: 2px solid #8cd26e;
}

.fornecimento-box .row .col-12:nth-of-type(7) .box-item-left {
    border-right: solid 2px #2eaae1;
    border-bottom: solid 2px #2eaae1;
}

.fornecimento-box .row .col-12:nth-of-type(7) .box-item-left::after {
    border-top: 2px solid #2eaae1;
    border-right: 2px solid #2eaae1;
}

.biodiversidade {
    background-color: #f5f5f5;
    padding: 6% 13%;
}

.biodiversidade-text .title-section-top {
    color: #021f59;
    text-align: center;
    font-size: 4rem;
    font-family: 'Mohr-ExtraLightIt';
}

.biodiversidade-text .title-section-bottom {
    color: #00bf44;
    text-align: center;
    font-size: 5rem;
    font-family: 'Mohr-BoldIt';
}

.biodiversidade-text .text-section {
    width: 80%;
}

.biodiversidade-tabs .nav-tabs {
    display: flex;
    width: 100%;
    margin-top: 25px;
    border-bottom: 0;
    align-items: center;
    justify-content: center;
}

.biodiversidade-tabs .nav-tabs .nav-link {
    max-width: 380px;
    margin: 0 10px 10px 0;
    padding: 12px 10px;
    color: #00bf44;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Mohr-Bold';
    border-radius: 30px;
    border: solid 1px #00bf44;
    background-color: #fff;
}

.biodiversidade-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #00bf44;
    color: #fff;
}

.container-tab {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 50px;
    flex-direction: column;
}

.container-tab-text {
    width: 55%;
    padding-left: 30px;
}

.container-tab-text h3 {
    font-family: 'Mohr-Bold';
    font-size: 5rem;
    text-align: left;
    color: #021f59;
}

.container-p {
    margin-top: 20px;
}

.container-p a {
    color: #00bf44;
    text-decoration: none;
}

.container-p a:hover {
    color:#007d2d;
    text-decoration: underline;
}

.gestao_bem-estar {
    display: flex;
    justify-content: center;
}

#bem-estar .bg-rectangle {
    width: 1010px;
    height: 901px;
    background-color: #d4e9f2;
    border-radius: 10px;
    margin: 100px auto;
    position: relative;
}

.bg-rectangle2 {
    position: relative;
    width: 1115px;
    margin: 100px auto;
    border-radius: 10px;
    background-color: #d4e9f2;
}

.bg-rectangle3 {
    width: 1010px;
    height: 590px;
    background-color: #d4e9f2;
    border-radius: 10px;
    margin: 100px auto;
    position: relative;
}

#bem-estar .border-rotate {
    width: 1010px;
    height: 720px;
    border: 3px solid #2eaae1;
    border-radius: 10px;
    transform: rotate(-3deg);
    background-color: transparent;
}

.border-rotate2 {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #2eaae1;
    border-radius: 10px;
    transform: rotate(-3deg);
    background-color: transparent;
}

.border-rotate3 {
    width: 1010px;
    height: 590px;
    background-color: transparent;
    border-radius: 10px;
    border: 3px solid #2eaae1;
    transform: rotate(-3deg);
}

.border-rotate.darkblue {
    border: 3px solid #021f59;
}

.border-rotate2.darkblue {
    border: 3px solid #021f59;
}

#bem-estar .bg-rectangle::after {
    content: '';
    width: 97%;
    height: 5%;
    border-top-left-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d4e9f2;
}

.bg-rectangle2::after {
    content: '';
    width: 90%;
    height: 5%;
    border-top-left-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d4e9f2;
}

.bg-rectangle3::after {
    content: '';
    width: 97%;
    height: 5%;
    border-top-left-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d4e9f2;
}

#bem-estar .bg-rectangle::before {
    content: '';
    width: 60%;
    height: 15%;
    border-bottom-right-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #d4e9f2;
    z-index: 2;
}

.bg-rectangle2::before {
    content: '';
    width: 60%;
    height: 5%;
    border-bottom-right-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #d4e9f2;
    z-index: 2;
}

.bg-rectangle3::before {
    content: '';
    width: 60%;
    height: 15%;
    border-bottom-right-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #d4e9f2;
    z-index: 2;
}

#bem-estar .pacto-text {
    padding-left: 70px;
    padding-top: 20px;
    padding-right: 40px;
    position: absolute;
    top: 0;
    height: auto;
}

.pacto-text h3 {
    font-family: 'Mohr-BoldIt';
    font-size: 36px;
    font-weight: bold;
    line-height: 2;
    text-align: left;
    color: #021f59;
}

.pacto-text2 h3 {
    font-family: 'Mohr-BoldIt';
    font-size: 36px;
    font-weight: bold;
    line-height: 2;
    text-align: left;
    color: #021f59;
}

.pacto-text div {
    font-family: 'Mohr-Mediumlt';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #707070;
    position: relative;
}

.pacto-text2 p {
    position: relative;
    color: #707070;
    text-align: left;
    font-size: 14px;
    font-family: 'Mohr-Mediumlt';
}

.pacto-text a {
    font-family: 'Mohr-Mediumlt';
    color: #00bf44;
    text-decoration: underline;
}

.pacto-text2 a {
    font-family: 'Mohr-Mediumlt';
    color: #00bf44;
    text-decoration: underline;
}

.txt_right_blue {
    width: 70%;
    color: #021f59 !important;
}

.divider {
    border: solid 1px #a0a0a0;
    width: 100%;
    opacity: 0.2;
}

.bg-rectangle3 h4 {
    color: #021f59;
    text-align: left;
    font-size: 2rem;
    font-family: 'Mohr-BoldIt';
}

.certified-box-text2 h4 {
    margin-top: 6%;
    margin-bottom: -25px;
    color: #00bf44;
    text-align: left;
    font-size: 51px;
    font-family: 'Mohr-ExtraLightIt';
}

.txt_desc_cert {
    margin: 20px 0 40px;
    color: #707070;
    text-align: left;
    font-size: 16px;
    font-family: 'Mohr-Mediumlt';
}

.bg-rectangle3 .certified-text {
    color: #707070;
    text-align: left;
    font-size: 1rem;
    font-family: 'Mohr-Medium';
    padding-right: 20px;
}

.certified-text div {
    color: #707070;
    text-align: left;
    font-size: 14px;
    font-family: 'Mohr-Mediumlt';
}

.certified-text2 .row {
    max-width: 100%;
    margin: auto;
}



.selo-certified {
    position: absolute;
    width: 196px;
    height: 196px;
    left: -80px;
    top: 30%;
}

/*Mudanças Climáticas*/
.mudancas-climaticas {
    background-color: #fff;
    width: 100%;
    padding: 4% 9%;
}

.introducao .img-introducao {
    display: block;
    margin: auto;
    width: 100%;
}

.introducao .introducao_text {
    color: #707070;
    text-align: left;
    font-size: 1rem;
    font-family: 'Mohr-Medium';
}

.text-full-width {
    margin-bottom: 75px;
    color: #707070;
    text-align: center;
    font-size: 1rem;
    font-family: 'Mohr-Medium';
}

.text-title h2 {
    margin-bottom: 50px;
    color: #00bf44;
    text-align: center;
    font-size: 2.5rem;
    font-family: 'Mohr-Lighit';
}

.text-half-width {
    margin-bottom: 43px;
    color: #707070;
    text-align: left;
    font-size: 1rem;
    font-family: 'Mohr-Medium';
}

.box-image-circle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-image-circle img {
    max-width: 393px;
    height: auto;
}

.box-image-rectangle {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.box-image-rectangle img {
    max-width: 467px;
    height: auto;
}

/*plataforma*/
.plataforma-sustentabilidade {
    background-color: #fff;
    position: relative;
    padding: 8%;
}

.plataforma-sustentabilidade::after {
    content: '';
    width: 32%;
    height: 32%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/es/Style Library/images/plataforma-arcos.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.plataforma-title-top {
    color: #00bf44;
    font-size: 4rem;
    font-family: 'Mohr-ExtraLightIt';
    text-align: center;
}

.plataforma-title-bottom {
    width: 50%;
    margin: 0px auto;
    color: #021f59;
    text-align: center;
    font-size: 5rem;
    font-family: 'Mohr-BlackIt';
}

.plataforma-image-desktop {
    display: block;
    margin: auto;
    width: 70%;
}

.plataforma-image-desktop {
    display: block;
    margin: auto;
    width: 70%;
}

.plataforma-image-mobile {
    width: 269px;
    display: none;
    margin: auto;
}

.plataforma-text,
.plataforma-text div {
    color: #707070;
    text-align: left;
    font-size: 1rem;
    font-family: 'Mohr-Medium';
}

.plataforma-text {
    margin: 45px 0px;
}

/*efluentes e resÃ­duos*/
.img-fundo-efleentes {
    background-color: #f5f5f5;
    background-image: url('/es/Imagens/plataforma-sustentabilidae/infografico-efluentes-residuos.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 844px;
    padding: 80px 45px;
}

.img-fundo-efleentes h5 {
    color: #021f59;
    font-size: 36px;
    font-family: 'Mohr-BoldIt';
}

.img-fundo-efleentes p {
    font-family: 'Mohr-Medium';
    font-size: 1rem;
    color: #707070;
}

.teste {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 21rem;
}

.fossa_sep {
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card_fossa {
    max-width: 952px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.16);
    padding: 32px 95px 41px 176px;
    border-left: 76px solid #5990ff;
    margin-bottom: 72px;
}

.card_fossa h5 {
    font-family: 'Mohr-BoldIt';
    font-size: 42px;
    line-height: 72px;
    letter-spacing: -0.42px;
    color: #021f59;
}

.card_fossa p {
    font-family: 'Mohr-Medium';
    font-size: 14px;
    line-height: 25px;
    color: #707070;
}

.img-fundo-efleentes a,
.card_fossa_mobile a {
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Mohr-SemiBold';
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    font-size: 10px;
    color: #00bf44 !important;
    padding: 12px 92px 12px 93px;
}

.card_fossa .btn_saiba-mais {
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Mohr-SemiBold';
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    font-size: 10px;
    color: #00bf44;
    padding: 12px 92px 12px 93px;
}

.efluentes_mobile {
    display: none;
}

.fossa_sep_mobile {
    display: none;
}

.box-infografico {
    width: 100%;
    display: flex;
    justify-content: center;
}

.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: auto;
    height: auto;
    padding: 0;
    margin-bottom: 3%;
    border-radius: 6px;
    border: 1px solid transparent;
    width: 628px;
    margin-top: 2.5vh;
}

.fechar {
    color: #fff;
    float: right;
    right: -2rem;
    top: -1rem;
    position: absolute;
    font-size: 36px;
    font-weight: bold;
    transition: .3s;
}

.fechar:hover,
.fechar:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.modal-body {
    padding: 1.6rem 2rem 3rem;
}

.modal-body-title {
    font-size: 2.25rem;
    color: #021f59;
    font-family: 'Mohr-BoldIt';
    letter-spacing: -0.36px;
    line-height: 42px;
}

.modal-body-description {
    color: #707070;
    font-size: 0.875;
    line-height: 21px;
    font-family: 'Mohr-Medium';
}

.modal-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.87rem;
}

.modal-group-box {
    width: 50%;
    display: flex;
    margin-bottom: 20px;
}

/* css da tab Responsabilidada Social */
.responsabilidade {
    background-color: #fff;
    width: 100%;
    padding: 4% 9%;
}

.responsabilidade-text {
    width: 810px;
    margin: 20px auto;
    color: #707070;
    text-align: center;
    font-size: 1rem;
    font-family: 'Mohr-Medium';
}

.responsabilidade-title {
    color: #021f59;
    text-align: center;
    font-size: 5rem;
    font-family: 'Mohr-Blackit';
}

.responsabilidade-atuacao {
    background-image: linear-gradient(0deg, #ffffff 80%, #f5f5f5 100%);
    padding: 4% 2%;
}

.grid-images {
    display: flex;
    height: 600px;
    margin-top: 50px;
}

.grid-item {
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 33.3%;
    position: relative;
    z-index: 1;
}

.grid-item::before {
    content: '';
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.8) 0%,
            rgba(255, 255, 255, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.grid-item:nth-child(1) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.grid-item:nth-child(1)::before {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.grid-item:nth-child(3) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.grid-item:nth-child(3)::before {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.grid-item.item1 {
    border-radius: 0;
}

.responsabilidade-atuacao .item-text {
    font-family: 'Mohr-Mediumlt';
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding: 0 0 60px;
}

#responsabilidade .item-text::after {
    content: '';
    position: absolute;
    background-image: url('/es/Style Library/images/responsabilidade-arrow-down.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 27px;
    height: 30px;
    top: -40px;
    left: 50%;
    transform: translate(-50%);
}

#responsabilidade .item-text::before {
    content: '';
    position: absolute;
    background-image: url('/es/Style Library/images/responsabilidade-arrow-up.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 27px;
    height: 30px;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%);
}

.bg-rectangle {
    width: 970px;
    height: 270px;
    background-color: #d4e9f2;
    border-radius: 10px;
    margin: 100px auto;
    position: relative;
}

.border-rotate {
    width: 970px;
    height: 270px;
    background-color: transparent;
    border-radius: 10px;
    border: 3px solid #2eaae1;
    transform: rotate(-3deg);
}

.border-rotate.darkblue {
    border: 3px solid #021f59;
}

.bg-rectangle::after {
    content: '';
    width: 98%;
    height: 15%;
    border-top-left-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #d4e9f2;
}

.bg-rectangle::before {
    content: '';
    width: 60%;
    height: 15%;
    border-bottom-right-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #d4e9f2;
    z-index: 2;
}

.bg-rectangle img {
    position: absolute;
    width: 196px;
    z-index: 1;
    left: -8%;
    top: 17%;
}

.pacto-text {
    padding-left: 125px;
    padding-top: 40px;
    padding-right: 40px;
    position: absolute;
    top: 0;
    overflow-y: auto;
    height: 240px;
}

.pacto-text2 {
    padding: 2% 8%;
}

.pacto-text3 {
    padding-left: 125px;
    padding-top: 40px;
    padding-right: 40px;
    position: absolute;
    top: 0;
}

.pacto-text h3 {
    font-family: 'Mohr-BoldIt';
    font-size: 36px;
    font-weight: bold;
    line-height: 2;
    text-align: left;
    color: #021f59;
}

.pacto-text3 h4 {
    font-family: 'Mohr-BoldIt';
    font-size: 36px;
    font-weight: bold;
    line-height: 2;
    text-align: left;
    color: #021f59;
}

.pacto-text2 h3 {
    font-family: 'Mohr-BoldIt';
    font-size: 36px;
    font-weight: bold;
    line-height: 2;
    text-align: left;
    color: #021f59;
}

.pacto-text div {
    color: #707070;
    text-align: left;
    font-size: 14px;
    font-family: 'Mohr-Mediumlt';
}

.responsabilidade-acoes {
    background-color: #f5f5f5;
    width: 100%;
    padding: 4%;
}

.acoes-tabs .nav-tabs {
    border-bottom: 0;
    width: 40%;
    margin: 50px auto 0;
    justify-content: center;
}

.acoes-tabs .tab-content {
    margin-top: 50px;
}

.acoes-tabs .nav-tabs .nav-link {
    max-width: 380px;
    margin: 0 10px 10px 0;
    padding: 12px 10px;
    color: #00bf44;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Mohr-Bold';
    border-radius: 30px;
    border: solid 1px #00bf44;
    background-color: #fff;
}

.acoes-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #00bf44;
    color: #fff;
}

.container-card {
    display: flex;
    align-items: center;
    width: 45%;
    height: auto;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    margin-right: 30px;
    flex-direction: row;
}

.container-tab-text {
    width: 100%;
    padding-left: 30px;
    font-family: 'Mohr-Medium';
    font-size: 1rem;
    color: #707070;
}

.container-tab-text h4 {
    font-family: 'Mohr-Bold';
    font-size: 21px;
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: -0.42px;
    text-align: left;
    color: #00bf44;
}

.container-tab::-webkit-scrollbar {
    width: 5px;
    height: 300px;
}

.container-tab::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 100px;
}

.container-tab::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 100px;
}

.container-tab::-webkit-scrollbar-thumb:hover {
    background: #c0c0c0;
}

/* #nav-brasil .container-tab {
    background-image: url('/es/Imagens/sustentabilidade/plataforma/responsabilidade-mapa-brasil.png');
    background-position: unset;
    background-repeat: no-repeat;
    background-size: contain;
    height: 710px;
} */
#nav-brasil .container-tab {
    background-image: url(/es/Imagens/sustentabilidade/plataforma/responsabilidade-mapa-brasil.png);
    background-position: unset;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
}

/* #nav-chile .container-tab {
    background-image: url('/es/Imagens/sustentabilidade/plataforma/chile.png');
    background-position: unset;
    background-repeat: no-repeat;
    background-size: contain;
    height: 710px;
} */
#nav-chile .container-tab {
    background-image: url(/es/Imagens/sustentabilidade/plataforma/chile.png);
    background-position: unset;
    background-repeat: no-repeat;
    background-size: auto;
}

/* #nav-uruguai .container-tab {
    background-image: url('/es/Imagens/plataforma-sustentabilidae/Uruguai.png');
    background-position: unset;
    background-repeat: no-repeat;
    background-size: contain;
    height: 710px;
} */
#nav-uruguai .container-tab {
    background-image: url(/es/Imagens/plataforma-sustentabilidae/Uruguai.png);
    background-position: unset;
    background-repeat: no-repeat;
    background-size: auto;
}

.img-box {
    width: 225px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.responsabilidade-produtores {
    background-color: #fff;
    padding: 4%;
}

.card-large {
    margin-right: 4%;
    height: 480px;
    width: 367px;
    background: #f5f5f5;
    border-top-left-radius: 17px;
    border-top-right-radius: 19px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 10px 10px rgb(12, 12, 12, 0.1);
    position: relative;
    z-index: 2;
    margin-top: 50px;
    margin-bottom: 2%;
    padding: 3%;
}

.card-large::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #f5f5f5;
    position: absolute;
    bottom: -25px;
    right: 20%;
    z-index: 1;
}

.card-large::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid rgb(12, 12, 12, 0.1);
    position: absolute;
    bottom: -28px;
    right: 20%;
    z-index: 0;
}

.card-large-top {
    background-color: #f5f5f5;
    width: 366px;
    height: 100px;
    position: absolute;
    top: -28px;
    left: 0;
    border: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 45px;
    transform: rotate(175deg);
    z-index: -1;
}

.large-box-text {
    font-family: 'Mohr-Medium';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #707070;
    height: 420px;
    overflow-y: auto;
}

.large-box-text::-webkit-scrollbar {
    width: 5px;
}

.large-box-text::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 100px;
}

.large-box-text::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 100px;
}

.large-box-text::-webkit-scrollbar-thumb:hover {
    background: #c0c0c0;
}

.bg-produtores {
    background-color: #caefed;
    width: 410px;
    height: 443px;
    border-radius: 20px;
    position: absolute;
    bottom: -95px;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.bg-fornecedores {
    background-color: #bce1c9;
    width: 410px;
    height: 443px;
    border-radius: 20px;
    position: absolute;
    bottom: -95px;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.title-produtores,
.title-fornecedores {
    font-family: 'Mohr-SemiBoldIt';
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: #021f59;
    margin-bottom: 33px;
}

.img_card_respo {
    max-width: 100% !important;
    height: 100% !important;
}

.card_fossa_mobile {
    width: 100%;
    height: auto;
    margin: 30px 0 70px;
    padding: 29px;
    border-radius: 20px;
    background-color: #ffffff;
    position: relative;
}

.icon-fosse {
    position: absolute;
    right: 15px;
    top: -35px;
    width: 74px;
    height: 74px;
}

.fossa_sep_mobile h5 {
    text-align: left;
    width: 90%;
    margin: 10px 0;
    font-family: 'Mohr-BoldIt';
    font-size: 26px;
    line-height: 1.50;
    color: #021f59;
}

.fossa_sep_mobile p {
    font-family: 'Mohr-Medium';
    color: #707070;
    font-size: 14px;
    text-align: left;
}

.container-tab1 img {
    width: 60%;
    margin: 0 auto;
    display: flex;
}

.container-tab1 {

    margin: 0 auto;
}

@media screen and (max-width: 1600px) {
    .nav-pills li {
        width: 214px;
    }

    .nav-pills a h4 {
        font-size: 14px;
    }

    .nav-pills a.active .txt-inativo::after {
        bottom: -21px;
    }

    .nav-pills a.active .txt-fixo::after {
        width: 85%;
    }
}

@media screen and (max-width: 1536px) {

    .nav-pills a.active .txt-inativo::after {
        bottom: -22px;
    }

    .box-item-right::after,
    .box-item-left::after {
        width: 25%;
    }

    .doots {
        justify-content: normal;
        background-image: linear-gradient(90deg, #fff 18.5%, #021f59 18%);

    }

    .selo-certified {
        left: -57px;
    }

    .nav-pills li {
        width: 215px;
        justify-content: center;
    }

    .img-introducao2 {
        width: 100%;
    }

    .img-introducao3 {
        position: absolute;
        left: calc(50% + 0em);
        top: calc(50% + 1em);
    }

    .tabs_gestao h5 {
        font-size: 2.5rem;
        line-height: 48px;
    }

    .text-title h2 {
        font-size: 2rem;
    }

    .scroll-modal {
        height: 38%;
    }
}

@media screen and (max-width: 1440px) {
    .doots {
        background-image: linear-gradient(90deg, #fff 16.5%, #021f59 14%);
    }

    .nav-pills li {
        width: 207px;
    }
}

@media screen and (max-width: 1366px) {
    .doots {
        background-image: linear-gradient(90deg, #fff 14.5%, #021f59 14%);
    }

    .nav-pills li {
        width: 198px;
    }

    .nav-pills a.active .txt-inativo::after {
        bottom: -21px;
    }

    .plataforma-title-bottom,
    .title-section-bottom,
    .biodiversidade-text .title-section-bottom,
    .container-tab-text h3,
    .tabs_gestao h5,
    .medicao h4,
    .responsabilidade-title,
    .txt-water,
    .soja h4 {
        font-size: 3.5rem;
    }

    .plataforma-title-top,
    .title-section-top,
    .biodiversidade-text .title-section-top,
    .tilt_energy {
        font-size: 2.5rem;
    }

    .plataforma-text,
    .plataforma-text div,
    .box-item-left .item-text p,
    .compromisso-texto,
    .text-section,
    .box-item-left .item-text h4,
    .container-tab-text,
    .certified-box-text,
    .bg-rectangle3,
    .certified-text,
    .text-full-width,
    .text-half-width,
    .medicao .txt_gee div,
    .tabs_gestao_txt,
    .container-tab-text,
    .introducao-cols,
    .txt_energy,
    .introducao .introducao_text,
    .img-fundo-efleentes p,
    .responsabilidade-text,
    .soja div {
        font-size: 14px;
        text-align: justify;
    }

    .box-item-right .item-text h4 {
        text-align: left;
    }

    .box-item-left .item-text h4 {
        text-align: right;
    }

    .fornecimento-box h3 {
        font-size: 30px;
    }

    .container-tab img {
        width: 400px;
        height: 400px;
        margin-right: 30px;
    }

    .selo-certified {
        left: -75px;
    }

    #bem-estar-animal-section-1 .img-introducao {
        width: 90%;
    }

    .text-title h2 {
        font-size: 1.7rem;
    }

}

@media screen and (max-width: 1280px) {
    .card-small {
        right: 34%;
    }

    .nav-pills li {
        width: 185px;
    }

    .nav-pills a h4 {
        font-size: 13px;
    }

    .nav-pills a.active .txt-inativo::after {
        bottom: -23px;
    }

    .nav-pills a.active .txt-fixo::after {
        bottom: -13px;
    }

    .box-item-right::after,
    .box-item-left::after {
        width: 30%;
    }

    .container-tab-text h3 {
        font-size: 60px;
    }

    .grid-images {
        margin-bottom: 4rem;
    }

    .responsabilidade {
        padding: 4%;
    }

    .responsabilidade-text {
        width: 90%;
    }

    .display-actions {
        margin-top: 5rem;
    }

    .bg-rectangle {
        width: 80%;
        height: 300px;
    }

    .border-rotate {
        width: 100%;
        height: 300px;
    }

    .pacto-text {
        padding-left: 150px;
        z-index: 3;
    }

    .doots {
        background-image: linear-gradient(90deg, #fff 13.5%, #021f59 13%);
    }
}

@media screen and (max-width: 1024px) {
    .nav-pills li {
        width: 150px;
        padding: 0 2%;
    }

    .acoes-tab>div>div nav {
        margin-bottom: 150px;
    }

    .acoes-tabs .tab-content {
        margin-top: 250px;
    }

    .nav-pills li:first-child:after {
        right: -26px;
    }

    .nav-pills a.active .txt-inativo::after {
        bottom: -14px;
        width: 80%;
    }

    .nav-pills a.active .txt-fixo::after {
        bottom: -14px;
        width: 90%;
    }

    .plataforma-sustentabilidade::after {
        width: 275px;
        height: 170px;
    }

    .plataforma-title-bottom {
        width: 65%;
    }

    .compromisso {
        padding-top: 4%;
        flex-direction: column;
    }

    .compromisso-texto {
        width: 80%;
    }

    .cards-background {
        width: 88%;
        top: 44%;
        height: 380px;
        border-top-right-radius: 24px;
    }

    .cards-background::after {
        width: 20%;
        height: 382px;
    }

    .cards-background-top {
        width: 86%;
        top: 39%;
    }

    .cards-background-bottom {
        width: 89%;
        bottom: 2%;
        height: 77px;
    }

    .card-large {
        margin-right: -38%;
    }

    .card-small {
        right: 49%;
        top: 50%;
    }

    .fornecimento-box h3 {
        font-size: 36px;
        margin-top: 20px;
    }

    .box-item-left,
    .box-item-right {
        min-height: 170px;
    }

    .box-item-left::after,
    .box-item-right::after {
        width: 36%;
        height: 170px;
    }

    .biodiversidade-text .text-section {
        width: 100%;
    }

    .container-tab img {
        width: 350px;
        height: 350px;
    }

    .container-tab-text h3 {
        font-size: 48px;
    }

    .bg-rectangle3 h4 {
        font-size: 28px;
    }

    .bg-rectangle3 {
        padding-left: 80px;
    }

    .mudancas-climaticas {
        padding: 9%;
    }

    .box-image-rectangle img,
    .box-image-circle img {
        width: 100%;
    }

    .plataforma-image {
        width: 100%;
        margin: 0 auto 44px;
    }

    #bem-estar-animal-section-2 .introducao .introducao_text {
        padding: 0 5%;
    }

    .bg-rectangle2,
    .border-rotate {
        width: 100%;
    }

    .bg-rectangle3,
    .border-rotate3 {
        width: 100%;
    }

    .container-tab {
        background-image: url(/es/Imagens/sustentabilidade/plataforma/responsabilidade-mapa-brasil.png);
        background-position: unset;
        background-repeat: no-repeat;
        background-size: contain;
        /* height: 795px; */
        position: relative;
    }

    .container-card {
        /* width: 450px; */
        /* height: auto; */
        height: 600px;
        flex-direction: column;
        /* top: 50%; */
        transform: translateY(-50%);
    }

    .container-tab img {
        width: 350px;
        height: auto !important;
    }

    .container-tab-text {
        width: 100%;
        padding: 30px;
    }

    .soja::after {
        width: 50%;
        height: 14%;
    }

    .teste {
        gap: 5rem 25rem;
    }

    .img-fundo-efleentes a {
        padding: 12px 50px;
    }
}

@media screen and (max-width: 992px) {
    .small-box-text .btn-card-small {
        display: block;
        padding: 0;
        text-align: center;
        line-height: 40px;
    }

    .box-item-left {
        margin-top: 0;
    }

    .videoZ {
        width: 100%;
        height: 470px;
    }
}

@media screen and (max-width: 920px) {
    .box-item-left {
        margin-top: 0;
    }

    .nav-pills li:first-child:after {
        display: none;
    }

    .container-tab {
        flex-direction: column;
    }

    .container-tab-text {
        width: 100%;
        margin-top: 50px;
        padding-left: 0;
    }

    .container-tab-text h3 {
        text-align: center;
    }

    .container-p {
        height: fit-content;
        text-align: center;
        padding: 0;
    }

    .selo-certified {
        width: 100px;
        height: 100px;
        left: -30px;
    }

    .bg-rectangle3 {
        padding-left: 40px;
        padding-top: 0px;
    }

    .bg-rectangle3 h4 {
        line-height: 1;
    }

    .img-fundo-efleentes {
        display: none;
    }

    .fossa_sep {
        display: none;
    }

    .nav,
    .nav-pills li {
        width: 100%;
    }

    .doots {
        height: 250px;
        background-color: #021f59;
        background-image: none;
    }

    .efluentes_mobile,
    .fossa_sep_mobile {
        display: block;
        background-color: #f5f5f5;
    }
}

@media screen and (max-width: 820px) {
    .plataforma-sustentabilidade::after {
        width: 220px;
        height: 119px;
    }

    .container-p {
        margin-top: 20px;
        height: 298px;
        overflow-y: auto;
        padding-right: 30px;
    }

    .plataforma-image {
        width: 100%;
        margin: 0 auto 44px;
    }

    .container-card {
        width: 680px;
    }

    .bg-rectangle2 {
        width: 90%;
    }

    .bg-rectangle3 {
        width: 730px;
        height: 630px;
    }

    .border-rotate3 {
        height: 630px;
    }
}

@media screen and (min-width: 768px) and (max-width:820px) {
    .d-flex {
        display: flex !important;
        gap: 8rem !important;
    }

    .plataforma-image-desktop {
        display: none;
    }

    .plataforma-image-mobile {
        display: block;
    }

    .biodiversidade {
        background-color: #f5f5f5;
        padding: 6% 3%;
    }

    .cards-background {
        height: 425px;
        right: 2.6%;
    }

    .cards-background::after {
        height: 436px;
    }

    .cards-background-top {
        width: 82%;
        right: 2.9%;
    }

    .cards-background-bottom {
        bottom: -2%;
        right: 2.7%;
    }

    .card-small {
        width: 326px;
        right: 52%;
    }

    .card-small-top {
        width: 320px;
    }

    .small-box-text {
        padding: 15% 7% 5%;
        text-align: center;
    }

    .fornecimento {
        margin-top: 100px;
    }

    .fornecimento-box h3 {
        font-size: 47px;
        text-align: center;
        margin: 0;
    }

    .box-item-left {
        margin-top: 0;
    }

    .box-item-left::after,
    .box-item-right::after {
        width: 25%;
    }

    .img-fundo-efleentes h5 {
        font-family: 'Mohr-BoldIt';
        font-size: 25px;
        line-height: 42px;
        letter-spacing: -0.36px;
        color: #021f59;
    }

    .efluentes_mobile h1 {
        font-family: 'Mohr-BoldIt';
        font-size: 36px;
        text-align: center;
        line-height: 37px;
        color: #00bf44;
        padding-top: 49px;
    }

    .card_mobile {
        width: 100%;
        height: auto;
        background-color: #ffffff;
        padding: 29px;
        border-radius: 20px;
        margin-top: 30px;
    }

    .card_mobile h6 {
        font-family: 'Mohr-Medium';
        color: #021f59;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }

    .card_mobile p {
        font-family: 'Mohr-Medium';
        color: #707070;
        font-size: 14px;
        text-align: left;
    }

    .card_mobile a {
        text-transform: uppercase;
        font-family: 'Mohr-SemiBold';
        border-radius: 6px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #fff;
        font-size: 10px;
        color: #00bf44 !important;
        padding: 12px 72px;
    }

    .introducao .img-introducao {
        width: 70%;
    }

    .img-introducao3 {
        position: absolute;
        left: calc(35% + 0em);
        top: calc(27% + 1em);
        width: 64%;
    }

    .title_poli {
        color: #fff;
        font-size: 52px;
        padding: 0% 5%;
        font-family: 'Mohr-BoldIt';
    }

    .box-infografico {
        width: 100%;
    }

    .txt-water {
        font-size: 3.5rem;
    }

    .bg-rectangle {
        width: 725px;
        height: 290px;
    }


    .bg-rectangle::after {
        content: '';
        width: 95%;
        height: 3%;
    }

    .bg-rectangle::before {
        content: '';
        width: 85%;
        height: 5%;
    }

    .bg-rectangle2::after {
        content: '';
        width: 95%;
        height: 3%;
    }

    .bg-rectangle3::after {
        content: '';
        width: 95%;
        height: 3%;
    }

    .bg-rectangle3::before {
        content: '';
        width: 85%;
        height: 5%;
    }

    .coluns p::before {
        content: '';
        background-image: url('/es/Style Library/images/check.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 24px;
        height: 16px;
        position: absolute;
        left: -19px;
    }

    .txt_check::before {
        content: '';
        background-image: url('/es/Style Library/images/check.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 24px;
        height: 16px;
        position: absolute;
        left: -30px;
    }

    /* .modal-content {
        height: 610px;
        margin-top: 13.5vh;
    } */

    .scroll-modal {
        height: 24%;
    }

    .soja::after {
        display: none;
    }

    #nav-brasil .container-tab {
        background-image: none;

    }

    #nav-chile .container-tab {
        background-image: none;

    }

    #nav-uruguai .container-tab {
        background-image: none;

    }

    .pacto-text {
        overflow-y: hidden;
    }

    .grid-images {
        flex-direction: column;
        display: flex;
        height: auto;
        margin-top: 50px;
    }

    .grid-item {
        width: 100% !important;
        height: 600px;
    }

    .text-half-width {
        order: 2;
    }

    .box-image-rectangle {
        order: 1;
    }

    .ordercolluns {
        order: 1;
    }

    .small-box-text .btn-card-small {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .d-flex {
        display: flex !important;
        gap: 8rem !important;
    }

    .plataforma-image-desktop {
        display: none;
    }

    .plataforma-image-mobile {
        display: block;
    }

    .grid-images {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: 1800px;
        gap: 1rem;
    }

    .grid-item {
        width: 422px;
        height: 600px;
    }

    .bg-rectangle {
        width: 90%;
    }

    .bg-rectangle,
    .border-rotate {
        height: 300px;
    }

    .bg-rectangle img {
        width: 170px;
        top: 25%;
    }

    .pacto-text {
        height: 340px;
        overflow-y: auto;
    }

    .pacto-text h3 {
        line-height: 1;
    }

    .container-card {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem;
        margin-right: 20px;
    }

    .responsabilidade-acoes {
        padding-top: 8%;
    }

    .acoes-tabs .nav-tabs {
        width: 55%;
    }

    .custom-margin {
        margin-top: 130px;
    }

    .responsabilidade-produtores {
        padding: 8% 4%;
    }

    .large-box-text {
        height: 410px;
        overflow-y: auto;
    }
}

@media screen and (max-width:640px) {
    .responsabilidade-produtores .position-relative.mx-4 {
        height: 700px;
    }

    .container-tab-text h3 {
        font-size: 40px;
    }

    .container-tab-text {
        width: 95%;
    }

    .compromisso .card-large {
        top: 55%;
    }

    .compromisso .card-large .large-box-text {
        height: auto;
        overflow: hidden;
    }

    .biodiversidade .bg-rectangle3 {
        position: relative;
        height: 100%;
    }

    .biodiversidade .bg-rectangle3 .border-rotate3 {
        height: 100%;
        position: absolute;
        top: 1px;
        left: 0px;
        transform: rotate(-2deg);
    }

    .biodiversidade .bg-rectangle3 .pacto-text3 {
        position: relative;
        height: auto;
    }

    .responsabilidade-acoes .container-tab {
        background-image: none !important;
    }

    .responsabilidade-acoes .container-tab .container-card {
        position: relative;
        top: 0;
        transform: none;
    }

    .display-actions .bg-rectangle img {
        left: unset;
        right: 20px;
    }

    .row.d-flex.py-4.py-lg-0 {
        gap: 0 !important;
    }

    .row.d-flex.align-items-center.py-4.py-lg-0 {
        flex-direction: column-reverse;
    }

    .tabs_menu {
        overflow-x: unset;
    }

    .acoes-tabs .nav-tabs {
        border-bottom: 0;
        margin: 27px auto 0;
        justify-content: center;
    }

    .container-p {
        height: 276px;
        text-align: center;
        padding: 0;
    }

    .bg-produtores {
        height: 464px;
        border-radius: 20px;
        position: absolute;
        bottom: -59px;
        left: 0;
        z-index: 0;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .carnes .row {
        grid-template-columns: 1fr;
    }

    .title_poli {
        font-size: 36px;
        line-height: 45px;
    }

    .doots {
        height: auto;
    }

    .nav-pills li {
        width: 100%;
    }

    .txt-water {
        font-size: 2.5rem;
        text-align: center;
        line-height: 42px;
    }

    .txt_desc_cert {
        width: 80%;
    }

    .coluns {
        display: contents;
    }

    .coluns2 {
        grid-template-columns: 1fr;
    }

    .coluns3 {
        grid-template-columns: 1fr;
    }

    .content_poli {
        width: 100%;
    }

    /* Responsive Table */
    .table-responsive tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .table-responsive {
        display: block;
        width: 100%;
        overflow: scroll;
    }

    .img-introducao {
        width: 100%;
    }

    .img-introducao2 {
        width: 70%;
        display: block;
        margin: auto;
        margin-bottom: 30px;
    }

    .img-introducao3 {
        width: 28%;
        left: calc(50% + 0em);
        top: calc(50% + 1em);
    }

    .videoZ {
        height: 310px;
    }

    .txt-banner {
        position: absolute;
        bottom: 60px;
    }

    .tabs {
        padding-top: 3%;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        gap: 7px;
    }

    .txt_box {
        width: 100%;
    }

    .tabs_gestao h5 {
        font-size: 1.5rem;
        text-align: left;
        line-height: 36px;
        font-family: 'Mohr-BlackIt';
    }

    .compromisso {
        padding: 25px 0 0 0;
    }

    .cards-background-top,
    .cards-background::after,
    .cards-background-bottom {
        display: none;
    }

    .cards-background {
        width: 100%;
        background-color: #aed7ec;
        background-image: none;
        height: 900px;
        border-radius: 0;
        position: relative;
        margin-top: 4%;
        right: 0;
        overflow-x: hidden;
    }

    .card-small {
        left: 50%;
        top: 30%;
        width: 70%;
        transform: translate(-50%, 0);
    }

    .card-small-top {
        width: calc(100% - 2px);
    }

    .small-box-text .btn-card-small {
        font-size: 12px;
    }

    .card-small::before {
        bottom: -24px;
    }

    .compromisso .card-large {
        top: 60%;
        position: absolute;
        width: 70%;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .card-large::after {
        bottom: -7%;
    }

    .card-large-top {
        width: 280px;
    }

    .large-box-text {
        height: 500px;
    }

    .title-section-bottom {
        font-size: 60px;
    }

    .text-section {
        width: 100%;
    }

    .fornecimento-box h3 {
        margin: 0;
        text-align: center;
    }

    .box-item-left {
        margin-top: 0;
    }

    .biodiversidade {
        padding: 6% 8%;
    }

    .biodiversidade-text .title-section-bottom {
        font-size: 60px;
    }

    .biodiversidade-text .title-section-top {
        font-size: 48px;
    }

    .selo-certified {
        top: -40px;
    }

    .bg-rectangle3 {
        padding-left: 0;
    }

    .bg-rectangle3 {
        padding: 0;
        height: 140px;
    }

    .bg-rectangle2::after {
        height: 25px;
    }

    .plataforma-sustentabilidade::after {
        width: 150px;
        height: 81px;
    }

    .plataforma-title-top {
        font-size: 3rem;
    }

    .plataforma-title-bottom {
        font-size: 3.75rem;
        width: 100%;
    }

    .efluentes_mobile {
        display: block;
    }

    .fossa_sep_mobile {
        display: block;
    }

    .efluentes_mobile h1 {
        font-family: 'Mohr-BoldIt';
        font-size: 36px;
        text-align: center;
        line-height: 37px;
        color: #00bf44;
        padding-top: 49px;
    }

    .card_mobile {
        width: 100%;
        height: auto;
        background-color: #ffffff;
        padding: 29px;
        border-radius: 20px;
        margin-top: 30px;
    }

    .card_mobile h6 {
        font-family: 'Mohr-Medium';
        color: #021f59;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }

    .card_mobile p {
        font-family: 'Mohr-Medium';
        color: #707070;
        font-size: 14px;
        text-align: left;
    }

    .card_mobile a,
    .card_fossa_mobile a {
        text-transform: uppercase;
        font-family: 'Mohr-SemiBold';
        border-radius: 6px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #fff;
        font-size: 10px;
        color: #00bf44 !important;
        padding: 12px 72px;
    }

    .efluentes_mobile {
        display: block;
    }

    .fossa_sep_mobile {
        display: block;
    }

    .fossa_sep_mobile h5 {
        font-size: 16px;
    }

    .fossa_sep_mobile p {
        font-family: 'Mohr-Medium';
        color: #707070;
        font-size: 14px;
        text-align: left;
    }

    .bg-rectangle3 {
        width: 100%;
        height: 1015px;
    }

    .border-rotate3 {
        height: 1015px;
    }

    .pacto-text3 {
        padding-left: 52px;
    }

    .bg-rectangle::after {
        content: '';
        width: 74%;
        height: 1%;
        border-top-left-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #d4e9f2;
    }

    .bg-rectangle::before {
        content: '';
        width: 60%;
        height: 2%;
        border-bottom-right-radius: 10px;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #d4e9f2;
        z-index: 2;
    }

    .certified-box-text2 h4 {
        margin-bottom: -15px;
        font-size: 40px;
    }

    .txt_grid {
        margin: 2rem 0 0;
    }

    .pacto-text2 {
        padding: 2% 15%;
    }

    .pacto-text2 .certified-box-text2 .txt-water {
        font-size: 2.5rem;
        line-height: normal;
    }

    .bg-rectangle3::after {
        content: '';
        width: 74%;
        height: 1%;
        border-top-left-radius: 10px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #d4e9f2;
    }

    .bg-rectangle3::before {
        content: '';
        width: 60%;
        height: 2%;
        border-bottom-right-radius: 10px;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #d4e9f2;
        z-index: 2;
    }

    .pacto-text {
        padding-left: 15px;
        padding-top: 0px;
        padding-right: 40px;
        position: absolute;
        top: 0;
    }

    .txt_right_blue {
        width: 100%;
    }

    .medicao h4 {
        font-size: 28px;
    }

    .fechar {
        z-index: 10;
        top: -10px;
        right: 10px;
    }

    .modal-content {
        margin: auto;
        height: auto;
        padding: 0;
        margin-bottom: 3%;
        border-radius: 6px;
        border: 1px solid transparent;
        width: 402px;
        height: 704px;
    }

    .img_modal-saneamento {
        width: 100%;
    }

    .modal-body {
        padding: 1.6rem 1rem 1rem;
    }

    .scroll-modal {
        overflow-x: scroll;
        height: 390px;
    }

    .modal-body-title {
        font-size: 1.25rem;
        line-height: 26px;
    }

    .bg-produtores,
    .bg-fornecedores {
        left: -20px;
    }

    .responsabilidade-title {
        font-size: 50px;
    }

    .container-tab-text {
        padding-left: 0px;
        width: 100%;
        margin-top: 0;
    }

    .container-card {
        padding: 2rem 1rem;
        margin-right: 7px;
    }

    .acoes-tabs .nav-tabs {
        width: 80%;
    }

    .acoes-tabs .nav-item {
        width: 80%;
    }

    .card-large,
    .card-large-top {
        width: 310px;
    }

    .bg-fornecedores,
    .bg-produtores {
        width: 310px;
    }

    .card-large {
        padding: 6% 2% 6% 6%;
    }

    .large-box-text {
        width: 96%;
        padding-right: 3%;
    }

    .bg-fornecedores,
    .bg-produtores {
        width: 350px;
    }

    .card-large,
    .card-large-top {
        width: 310px;
    }

    .large-box-text {
        width: 96%;
        padding-right: 3%;
    }

    .nav-pills a h4 {
        color: #fff;
        position: relative;
        font-family: 'Mohr-Medium';
        font-size: 0.875rem;
        text-align: center;
        margin: 0px;
    }

    .txt-fixo {
        font-size: 0.875rem;
        font-family: 'Mohr-Medium';
        position: relative;
        font-weight: 500;
        line-height: 2.71;
        text-align: center;
        margin-bottom: 0px;
    }

    .nav-pills a h4.txt-inativo {
        font-size: 0.875rem;
        font-family: 'Mohr-Medium';
        font-weight: 500;
        line-height: 2.71;
        text-align: center;
        color: #fff;
        margin-bottom: 0px;
    }

    .nav-pills a.active h4 {
        color: #00bf44;
        font-family: 'Mohr-Medium';
        font-size: 0.875rem;
        position: relative;
    }

    .nav-pills a.active .txt-fixo::after,
    .nav-pills a.active .txt-inativo::after {
        bottom: 0;
    }

    .title-section-bottom {
        width: 100%;
    }

    .box-item-left .item-text p {
        text-align: right;
    }

    .box-item-right .item-text p {
        text-align: left;
    }

    #cont-controle-origem-medicao .scroll_bar,
    .medicao .scroll_bar {
        max-height: unset;
        overflow: hidden;
    }

    .txt_gee {
        width: 90%;
        margin-left: 5%;
    }

    .display-actions .bg-rectangle {
        height: auto;
    }

    .display-actions .bg-rectangle .border-rotate {
        height: 100%;
        position: absolute;
    }

    .display-actions .bg-rectangle .pacto-text {
        position: relative;
        height: auto;
        padding-top: 70px;
    }

    .bg-fornecedores,
    .bg-produtores {
        position: relative;
        margin: auto;
        left: unset;
        right: unset;
        top: unset;
        height: 630px;
    }

    .card-large,
    .card-large-top {
        top: -640px;
        height: auto;
    }

    .introducao-cols:nth-child(1) {
        margin-bottom: 15px;
    }

    .carnes .row {
        gap: 1rem;
    }

    .soja {
        overflow-x: unset;
        padding-top: 0px;
    }

    #section-6-img-1 {
        width: 180%;
    }

    .img_campo2 {
        width: 150%;
        margin-left: -50%;
    }

    .info_matriz {
        display: none;
    }

    .info_matriz_mobile {
        display: block;
    }

    #bem-estar-animal-section-1 .img-introducao {
        display: none;
    }

    #bem-estar-animal-section-1 .img-introducao-mobile {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .card-small {
        top: 32%;
        width: 90%;
    }

    .videoZ {
        height: 230px;
    }

    .compromisso .card-large {
        width: 90%;
    }

    .title-section-top {
        font-size: 30px;
    }

    .small-box-text .btn-card-small {
        width: 95%;
    }

    .title-section-bottom {
        font-size: 50px;
    }

    .box-item-left,
    .box-item-right {
        min-height: 300px;
    }

    .box-item-left::after,
    .box-item-right::after {
        min-height: 300px;
        width: 50%;
    }

    .box-item-left .item-text {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .box-item-right .item-text p,
    .box-item-left .item-text p {
        width: 80%;
    }

    .box-item-right .item-text h4,
    .box-item-left .item-text h4 {
        width: 80%;
    }

    .biodiversidade {
        padding: 6%;
    }

    .biodiversidade-text .title-section-bottom {
        font-size: 42px;
    }

    .biodiversidade-text .title-section-top {
        font-size: 34px;
    }

    .biodiversidade-text .text-section {
        width: 100%;
    }

    .biodiversidade-tabs .nav-tabs {
        margin: 50px 0 0 0;
    }

    .biodiversidade-tabs .tab-content {
        padding: 0 !important;
    }

    .certified-box-text2 .certified-text2 {
        height: fit-content;
    }

    .selo-certified {
        width: 70px;
        height: 70px;
        left: calc(2% - 35px);
        top: 100px;
    }

    .box-image-circle img {
        width: 80%;
    }

    .plataforma-sustentabilidade::after {
        width: 120px;
        height: 65px;
    }

    .plataforma-title-top {
        font-size: 1.875rem;
    }

    .plataforma-title-bottom {
        font-size: 2.5rem;
    }

    .coluns p::before {
        display: none;
    }

    .txt_check::before {
        display: none;
    }

    .modal-content {
        margin: auto;
        height: auto;
        padding: 0;
        margin-bottom: 3%;
        border-radius: 6px;
        border: 1px solid transparent;
        width: 402px;
        height: 704px;
    }

    .img_modal-saneamento {
        width: 100%;
    }

    .modal-body {
        padding: 1.6rem 1rem 1rem;
    }

    .scroll-modal {
        overflow-x: scroll;
        height: 390px;
    }

    .modal-body-title {
        font-size: 1.25rem;
        line-height: 26px;
    }

    .responsabilidade-atuacao {
        padding: 12% 0;
    }

    .responsabilidade-title {
        font-size: 42px;
    }

    .bg-rectangle img {
        width: 150px;
        top: -20%;
        z-index: 3;
    }

    .bg-rectangle::after,
    .bg-rectangle::before {
        width: 90%;
    }

    .bg-rectangle2::after,
    .bg-rectangle2::before {
        width: 90%;
    }

    .bg-rectangle3::after,
    .bg-rectangle3::before {
        width: 90%;
    }

    .pacto-text {
        top: 16%;
        padding: 2rem;
        height: 220px;
    }

    .pacto-text2 {
        padding: 2% 8%;
    }

    .border-rotate2 {
        transform: rotate(-1deg);
    }

    .bg-rectangle2::before {
        width: 94%;
        height: 10px;
    }

    .certified-box-text2 h4 {
        text-align: center;
    }

    .pacto-text2 .certified-box-text2 .txt-water {
        display: block;
        text-align: center;
        line-height: 1.2;
        margin-top: 10px;
    }

    .acoes-tabs .tab-content {
        margin-top: 20px;
    }

    .container-card {
        padding: 2rem 1rem;
        margin-right: 7px;
        height: auto;
    }

    .acoes-tabs .container-fluid {
        padding: 0;
    }

    .acoes-tabs .tab-content {
        padding: 0 !important;
    }

    .card-large::after {
        bottom: -6%;
    }
}

@media screen and (max-width: 375px) {
    .videoZ {
        height: 200px;
    }

    .card-small {
        right: 12%;
    }

    .card-large {
        margin-right: 0;
        margin-top: 50px;
    }

    .title-section-bottom {
        font-size: 45px;
    }

    .box-item-right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        min-height: fit-content;
    }

    .box-item-right .item-text {
        position: relative;
        left: 20px;
        width: 350px;
    }

    .box-item-right img {
        align-self: center;
    }

    .box-item-left {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        margin: 0 0 30px;
        min-height: fit-content;
    }

    .box-item-left .item-text {
        position: relative;
        right: 80px;
        width: 350px;
    }

    .box-item-left img {
        align-self: center;
        margin-top: 10px;
    }

    .box-item-left::after,
    .box-item-right::after {
        display: none;
    }

    .container-tab img {
        width: 250px;
        height: 250px;
    }

    .container-tab-text h3 {
        font-size: 40px;
    }

    .plataforma-title-top {
        font-size: 1.7rem;
        margin-top: 20px;
    }

    .plataforma-title-bottom {
        font-size: 2.2rem;
    }

    .bg-rectangle3 {
        width: 299px;
        background-color: #d4e9f2;
        border-radius: 10px;
        margin: 100px auto;
        position: relative;
    }

    .tilt_energy {
        font-size: 2.5rem;
    }

    .certified-box-text2 h4 {
        font-size: 42px;
    }

    .txt_desc_cert {
        width: 100%;
    }

    .modal-content {
        margin: auto;
        height: auto;
        padding: 0;
        margin-bottom: 3%;
        border-radius: 6px;
        border: 1px solid transparent;
        width: 357px;
        height: 610px;
    }

    .img_modal-saneamento {
        width: 100%;
    }

    .modal-body {
        padding: 1.6rem 1rem 1rem;
    }

    .scroll-modal {
        overflow-x: scroll;
        height: 310px;
    }

    .modal-body-title {
        font-size: 1.25rem;
        line-height: 26px;
    }

    .card-large,
    .card-large-top {
        width: 310px;
    }

    .bg-fornecedores,
    .bg-produtores {
        width: 350px;
    }

    .card-large {
        padding: 6% 2% 6% 6%;
    }

    .large-box-text {
        width: 96%;
        padding-right: 3%;
    }

    .bg-fornecedores,
    .bg-produtores {
        width: 350px;
    }

    .card-large,
    .card-large-top {
        width: 310px;
    }

    .large-box-text {
        width: 96%;
        padding-right: 3%;
    }
}

@media screen and (max-width: 320px) {
    .card-large {
        margin-top: 60px;
    }

    .plataforma-title-bottom {
        font-size: 2.0rem;
    }

    .title_poli {
        font-size: 29px;
        line-height: 34px;
    }

    .card-small {
        right: 8%;
    }

    .title-section-bottom {
        font-size: 40px;
    }

    .box-item-left,
    .box-item-right {
        min-height: fit-content;
    }

    .box-item-right .item-text,
    .box-item-left .item-text {
        width: 290px;
    }

    .box-item-right .item-text p,
    .box-item-left .item-text p {
        width: 70%;
    }

    .box-item-right img,
    .box-item-left img {
        width: 80px;
    }

    .fornecimento-box h3 {
        font-size: 35px;
    }

    .biodiversidade-text .title-section-bottom {
        font-size: 38px;
    }

    .biodiversidade-text .title-section-top {
        font-size: 30px;
    }

    .videoZ {
        height: 160px;
    }

    .medicao h4 {
        font-size: 22px;
    }

    .doots {
        height: 40vh;
    }

    .card_mobile a,
    .card_fossa_mobile a {
        padding: 12px 50px;
    }

    .modal-content {
        margin: auto;
        height: auto;
        padding: 0;
        margin-bottom: 3%;
        border-radius: 6px;
        border: 1px solid transparent;
        width: 300px;
        height: 464px;
    }

    .img_modal-saneamento {
        width: 100%;
    }

    .modal-body {
        padding: 1.6rem 1rem 1rem;
    }

    .scroll-modal {
        overflow-x: scroll;
        height: 189px;
    }

    .modal-body-title {
        font-size: 1.25rem;
        line-height: 26px;
    }

    .responsabilidade-title {
        font-size: 36px;
    }

    .card-large,
    .card-large-top {
        width: 290px;
    }

    .bg-fornecedores,
    .bg-produtores {
        width: 320px;
    }

    .bg-rectangle2 {
        margin: 50px auto;
    }

    .border-rotate2 {
        transform: rotate(0deg);
    }

    .bg-rectangle2::before,
    .bg-rectangle2::after {
        display: none;
    }
}

#responsabilidade #nav-tabContent .container-card img {
    height: auto;
    width: auto;
}